home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / CardImage.h < prev    next >
Text File  |  1994-04-30  |  531b  |  27 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/NXImage.h>
  5.  
  6. // Objects of this class are card images
  7. //    such as the top face or roll.
  8.  
  9. @interface CardImage:NXImage
  10. {
  11. }
  12.  
  13. // The purpose of this subclass is to
  14. //    search in several areas including the
  15. //    file package for the card images.
  16.                                                 
  17. // Once found, then superclass's
  18. //    -initFromFile: method is executed with
  19. //    a complete path to the file.
  20.                                                 
  21. // This is the designated initializer for 
  22. //    this class.
  23. - initFromFile:( const char * )fileName;
  24.  
  25.  
  26. @end
  27.